home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xml4j.jar / com / ibm / xml / parser / NOOPVisitor.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-08-30  |  2.5 KB  |  94 lines

  1. package com.ibm.xml.parser;
  2.  
  3. public class NOOPVisitor implements Visitor {
  4.    public void visitDocumentFragmentPre(TXDocumentFragment var1) throws Exception {
  5.    }
  6.  
  7.    public void visitDocumentFragmentPost(TXDocumentFragment var1) throws Exception {
  8.    }
  9.  
  10.    public void visitDocumentPre(TXDocument var1) throws Exception {
  11.    }
  12.  
  13.    public void visitDocumentPost(TXDocument var1) throws Exception {
  14.    }
  15.  
  16.    public void visitElementPre(TXElement var1) throws Exception {
  17.    }
  18.  
  19.    public void visitElementPost(TXElement var1) throws Exception {
  20.    }
  21.  
  22.    public void visitAttributePre(TXAttribute var1) throws Exception {
  23.    }
  24.  
  25.    public void visitAttributePost(TXAttribute var1) throws Exception {
  26.    }
  27.  
  28.    public void visitPIPre(TXPI var1) throws Exception {
  29.    }
  30.  
  31.    public void visitPIPost(TXPI var1) throws Exception {
  32.    }
  33.  
  34.    public void visitCommentPre(TXComment var1) throws Exception {
  35.    }
  36.  
  37.    public void visitCommentPost(TXComment var1) throws Exception {
  38.    }
  39.  
  40.    public void visitTextPre(TXText var1) throws Exception {
  41.    }
  42.  
  43.    public void visitTextPost(TXText var1) throws Exception {
  44.    }
  45.  
  46.    public void visitDTDPre(DTD var1) throws Exception {
  47.    }
  48.  
  49.    public void visitDTDPost(DTD var1) throws Exception {
  50.    }
  51.  
  52.    public void visitElementDeclPre(ElementDecl var1) throws Exception {
  53.    }
  54.  
  55.    public void visitElementDeclPost(ElementDecl var1) throws Exception {
  56.    }
  57.  
  58.    public void visitAttlistPre(Attlist var1) throws Exception {
  59.    }
  60.  
  61.    public void visitAttlistPost(Attlist var1) throws Exception {
  62.    }
  63.  
  64.    public void visitAttDefPre(AttDef var1) throws Exception {
  65.    }
  66.  
  67.    public void visitAttDefPost(AttDef var1) throws Exception {
  68.    }
  69.  
  70.    public void visitEntityDeclPre(EntityDecl var1) throws Exception {
  71.    }
  72.  
  73.    public void visitEntityDeclPost(EntityDecl var1) throws Exception {
  74.    }
  75.  
  76.    public void visitNotationPre(TXNotation var1) throws Exception {
  77.    }
  78.  
  79.    public void visitNotationPost(TXNotation var1) throws Exception {
  80.    }
  81.  
  82.    public void visitGeneralReferencePre(GeneralReference var1) throws Exception {
  83.    }
  84.  
  85.    public void visitGeneralReferencePost(GeneralReference var1) throws Exception {
  86.    }
  87.  
  88.    public void visitPseudoNodePre(PseudoNode var1) throws Exception {
  89.    }
  90.  
  91.    public void visitPseudoNodePost(PseudoNode var1) throws Exception {
  92.    }
  93. }
  94.